-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
valueAsDate: unsupported on Chrome for datetime-local #36815
Conversation
Preview URLs External URLs (1)URL:
(comment last updated: 2025-01-24 04:11:59) |
Thanks for your PR, and sorry to be slow reviewing. We try to avoid making statements about specific browser support in the body of MDN pages, and instead represent that using BCD. So I think it would be better to add a subfeature to the compat data for this method (https://github.com/mdn/browser-compat-data/blob/31a53d119ed35cb9c97385b68c2ef15c784fcd92/api/HTMLInputElement.json#L3048) to the effect that it isn't supported in Chromium for datetime-local inputs. |
While I agree that specific browser support information should live in BCD, the content should be greatly expanded because there are a lot of footguns here. @wbamberg do you think the current version looks fine? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to merge for now since it connects quite closely to the Temporal
introduction
Ref: whatwg/html#4770